Special Mapping Information
The collection item ID for special mapping information is defined in the following enumeration:
enum { gxSpecialMappingTag = 'smap' };QuickDraw GX stores special mapping information in the gxSpecialMappingInfo structure:
struct gxSpecialMappingInfo { char specialMapping; };The following enummeration specifies the possible paper-mapping options:
Field Description
specialMapping
A character which specifies how to handle paper matching if the user chooses to ignore paper matching and redirect the document.
enum { gxRedirectPages = (char) 1, gxScalePages = (char) 2, gxTilePages = (char) 3 };Constant descriptions
gxRedirectPages
- If set, QuickDraw GX crops the pages of a redirected document.
gxScalePages
- If set, QuickDraw GX scales the pages of a document to fit the physical page size.
gxTilePages
- If set, QuickDraw GX tiles the pages of a document.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help